home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_767
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
467b
|
21 lines
on(release){
setProperty("/Gts", _X, 536);
setProperty("/Gts", _Y, 357);
setProperty("/Gts", _xscale, 20);
setProperty("/Gts", _yscale, 20);
_root.Inventaire.swapdepths(_root.Gts);
set("/Variables:TransMail",eval("/Variables:Instructions"));
if(_currentframe == 2)
{
tellTarget("InvSelection")
{
gotoAndStop(1);
}
}
tellTarget("MailMovie")
{
gotoAndPlay(3);
}
prevFrame();
}